-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: Copy interface before running to prevent task mutation on run #12
base: main
Are you sure you want to change the base?
Conversation
@JW-96 Do you happen to remember an interface that was changing hash before and after run? I can't remember how to create this condition to write a test. |
I think it was due to the paths in the docker image, on which I run the workflow, being different to the paths on my system. However, I will rerun the workflow and check again. |
Originally we had the problem with
With the directory looking like this:
|
Does this pr address that? |
I rerun my workflow again with this pull request and the above issue with loading the |
Ah, right. Thanks for the reminder of how this was exhibiting. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #12 +/- ##
==========================================
+ Coverage 95.31% 95.38% +0.07%
==========================================
Files 4 4
Lines 64 65 +1
Branches 7 7
==========================================
+ Hits 61 62 +1
Misses 2 2
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Test still needed.